An interesting thing about Eclipse is that it uses an incremental compiler to compile your code as you type it in. 关于Eclipse的有趣事情是,在键入代码之后,它使用增量编译器来编译代码。
As mentioned, Eclipse uses an incremental compiler, so it is not necessary to explicitly compile your Java files. 正如我们所提到的,Eclipse使用了一个增量编译器,因此,没必要显式编译您的Java文件。
This system is based on an integrated programming environment, in which BASIC source program can be established through a syntax-directed editor and compiled by an incremental compiler. 该系统建立了一个集成化的编程支持环境,通过语法制导编辑器建立BASIC源程序,通过增量编译器进行编译。
This paper explores into incremental compilation techniques based on TTCN-3, and elaborates the design and implementation of incremental compiler combining with TTCN-3 characteristic. 本文深入探讨了基于TTCN-3语言的增量编译技术,并结合TTCN-3语言的特点,详细阐述了增量编译器的设计与实现。
This paper mainly depicts and discusses the following works: 1. Puts forward an incremental data race detection algorithm framework based on Just-in-time ( JIT) compiler, which combines the lockset-based detection and happens-before-based detection. 论文的主要工作和特色如下:1.基于即时编译器,提出了一种结合锁集和发生序关系的增量式竞争检测框架。